SQLA2 execution api (task_instances, test_dag_runs, test_variables, test_xcoms)#59700
Merged
kaxil merged 2 commits intoapache:mainfrom Dec 22, 2025
Merged
SQLA2 execution api (task_instances, test_dag_runs, test_variables, test_xcoms)#59700kaxil merged 2 commits intoapache:mainfrom
kaxil merged 2 commits intoapache:mainfrom
Conversation
uranusjr
approved these changes
Dec 22, 2025
Member
uranusjr
left a comment
There was a problem hiding this comment.
Somewhat random question: How close are we to flipping the pre-commit filter to a negative exclude? (Eventually we want to make it an exclusion list and remove all the exclusions)
Contributor
Author
|
It'd be a nice-to-have once we complete the entire migration but even then, we'd have to first deal with other client libraries that use the function .query(). that raise false positives. The concern was denoted here: #59402 (comment) |
74 tasks
jscheffl
approved these changes
Dec 22, 2025
Subham-KRLX
pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Jan 2, 2026
Related: apache#59218, apache#59402 Passes mypy & pre-commit checks airflow-core/src/airflow/api_fastapi airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_dag_runs.py. airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_variables.py airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_xcoms.py
stegololz
pushed a commit
to stegololz/airflow
that referenced
this pull request
Jan 9, 2026
Related: apache#59218, apache#59402 Passes mypy & pre-commit checks airflow-core/src/airflow/api_fastapi airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_dag_runs.py. airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_variables.py airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_xcoms.py
jhgoebbert
pushed a commit
to jhgoebbert/airflow_Owen-CH-Leung
that referenced
this pull request
Feb 8, 2026
Related: apache#59218, apache#59402 Passes mypy & pre-commit checks airflow-core/src/airflow/api_fastapi airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_dag_runs.py. airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_variables.py airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_xcoms.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related: #59218, #59402
Passes mypy & pre-commit checks
airflow-core/src/airflow/api_fastapi
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_dag_runs.py.
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_variables.py
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_xcoms.py